DevForce Help Reference
BuildFunc<TOldArgs,TNewArgs> Method


Internal use only.
Syntax
'Declaration
 
Public Function BuildFunc
    (Of TOldArgs,TNewArgs)( _
   ByVal realNewArgsType As Type _
) As Func(Of TOldArgs,TNewArgs)
'Usage
 
Dim instance As PropertyInterceptorAction(Of TArgs)
Dim realNewArgsType As Type
Dim value As Func(Of TOldArgs,TNewArgs)
 
value = instance.BuildFunc(Of TOldArgs, TNewArgs)(realNewArgsType)

Parameters

realNewArgsType

Type Parameters

TOldArgs
TNewArgs
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PropertyInterceptorAction<TArgs> Class
PropertyInterceptorAction<TArgs> Members

Send Feedback